Audit the documentation against Vercel writing guidelines using writing-guidelines

This is an introduction to Vercel Labs' Agent Skill "writing-guidelines": it reviews the tone, structure, readability and typesetting of documents and prose in accordance with the Vercel Writing Guidelines. The following details are covered: its attribution and version, the mechanism of pulling the remote `command.md` before each review, the coverage of over 80 rules, the `file:line` output format, as well as the installation and triggering methods using `npx skills add` in tools such as Cursor, Claude Code and Codex, plus notes including network dependencies and Vercel site-specific conventions.

Read More
# doc-coauthoring: Use a three-stage structured workflow to let Agents help you write clear technical specifications and decision documents

Doc-coauthoring is a documentation co-creation Skill in Anthropic's official Skills repository, targeting structured writing scenarios such as technical specifications, decision documents, RFCs, and PRDs. Instead of generating a full article at one time, it guides the Agent through three phases: context collection, section-by-section polishing, and reader testing. It first supplements background information through meta-questions and information dumping, then conducts brainstorming, screening, drafting and iterative revision by chapter, and finally uses a context-free Claude to simulate reader questions to identify blind spots in the document. This article introduces its core capabilities, installation methods in Cursor and Claude Code, as well as typical interaction examples and applicable boundaries for writing decision docs.

Read More